DecimalNINumericDecimalNSubtract Method

Subtracts the specified value from the current value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.Subtract(
	DecimalN value
)

Parameters

value  DecimalN
The value to subtract from the current value.

Return Value

DecimalN
The result of subtracting value from the current value.

Implements

INumericTSelfSubtract(TSelf)

See Also